/* 焦点图css */

	#wrap
	{
	height: 270px;
		width: 344px;
		background: #fefefe;
	}
	.hiSlider
	{     width: 100%;
    height: 100%;
		background: #eee;
	}
	.hiSlider-item
	{ width: 100%;
    height: 100%;
		float: left;
	}
	.hiSlider-item-img
	{
	 width: 100%;
    height: 100%;
	}
/* jquery.hiSlider.css */
.hiSlider-pages,
.hiSlider-title{
    position: absolute;
    z-index: 3;
}

.hiSlider-btn-prev,
.hiSlider-btn-next{
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 30px;
    width: 30px;
    background:  url(../images/hislider-arrow.png) no-repeat;
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .6;
    filter:alpha(opacity:60);
}
.hiSlider-btn-prev{
    left: 10px;
}
.hiSlider-btn-next{
    right: 10px;
    background-position: -30px 0;
}
.hiSlider-btn-prev:hover,
.hiSlider-btn-next:hover{
    opacity: 1;
    filter:alpha(opacity:100);
}
/* 规定焦点图标题高度、字体大小、行间距 */
.hiSlider-title
{
    
	font-size:8.5pt;
    line-height: 12pt;
    bottom: 0;
    height:45px;
    width: 98%;
    padding: 5px;
    color: #fff;
    background: rgba(0,0,0,.6);
    z-index: 2;
}

/* 焦点图右下角切换小圆点 */
.hiSlider-pages{
    bottom: 10px;
    right: 10px;
    text-align: right;
}
.hiSlider-pages a{
    height: 12px;
    width: 12px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
    background: #ddd;
}
.hiSlider-pages a.active{
    background: #5472BF;
}